Skip to content

#3661 BILN import/export special cases#3662

Open
even1024 wants to merge 12 commits into
release/1.44from
3661-biln-issues
Open

#3661 BILN import/export special cases#3662
even1024 wants to merge 12 commits into
release/1.44from
3661-biln-issues

Conversation

@even1024
Copy link
Copy Markdown
Collaborator

Generic request

  • PR name follows the pattern #1234 – issue name
  • branch name does not contain '#'
  • base branch (master or release/xx) is correct
  • PR is linked with the issue
  • task status changed to "Code review"
  • code follows product standards
  • regression tests updated

@even1024 even1024 linked an issue May 15, 2026 that may be closed by this pull request
@even1024 even1024 force-pushed the 3661-biln-issues branch from 1d9e873 to 4c11a07 Compare May 18, 2026 06:52
while (data_pos < biln.size() && is_space(biln[data_pos]))
data_pos++;
};
auto read_positive_int = [&](const char* field_name) -> int {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove obsolete parameter

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see test for Terminal Cap aliases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BILN import/export special cases

2 participants